getGroupRevisionPages
suspend fun getGroupRevisionPages(groupId: String, fromRevision: Int, includeFirstRevision: Boolean = false): GroupHistoryPage
Content copied to clipboard
Query the server for group revision history. The history contains information about the changes between each revision and the user that made the change.
Parameters
revision
The latest known revision of the group, default value (-1) forces fetch from server
Throws
if signald sends an error response or the incoming message is invalid
if the request to the socket fails
caused when not a member of the group, when requesting logs from a revision lower than your joinedAtVersion, etc.